google.golang.org/grpc/internal/transport.http2Server.maxStreamMu (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L131: 	maxStreamMu sync.Mutex
		http2_server.go#L370: 	t.maxStreamMu.Lock()
		http2_server.go#L371: 	defer t.maxStreamMu.Unlock()
		http2_server.go#L1385: 	t.maxStreamMu.Lock()
		http2_server.go#L1389: 		t.maxStreamMu.Unlock()
		http2_server.go#L1402: 		t.maxStreamMu.Unlock()
		http2_server.go#L1413: 	t.maxStreamMu.Unlock()